Table of Contents

Class: Collection .\src\TW\SEF\Basic.py
Base Classes   
StructuralFeature
Methods   
__call__
__len__
_link
_notifyLink
_notifyUnlink
_set
_unlink
addItem
clear
isEmpty
isReferenced
removeItem
replaceItem
set
values
  __call__ 
__call__ ( self )

Return the value of the feature

  __len__ 
__len__ ( self )

  _link 
_link ( self,  element )

  _notifyLink 
_notifyLink ( self,  item )

  _notifyUnlink 
_notifyUnlink ( self,  item )

  _set 
_set ( self,  value )

  _unlink 
_unlink ( self,  element )

  addItem 
addItem ( self,  item )

Add the item to the collection/relationship, reject if multiplicity exceeded

Exceptions   
ValueError
  clear 
clear ( self )

Unset the value of the feature (like __delattr__)

  isEmpty 
isEmpty ( self )

  isReferenced 
isReferenced ( self,  item )

  removeItem 
removeItem ( self,  item )

Remove the item from the collection/relationship, if present

  replaceItem 
replaceItem (
        self,
        oldItem,
        newItem,
        )

Exceptions   
ValueError
  set 
set ( self,  value )

Set the value of the feature to value

  values 
values ( self )

Return the value(s) of the feature as a sequence, even if it's a single value


Table of Contents

This document was automatically generated on Tue Mar 05 10:33:50 2002 by HappyDoc version WORKING